2次元行列の指定した範囲にある値を取得します。
シンタックス
'宣言
Overloads Sub GetValue( _
ByVal As IEvaluationContext, _
ByVal As System.Integer, _
ByVal column As System.Integer, _
ByVal As System.Integer, _
ByVal column2 As System.Integer, _
ByVal () As CellValue _
)
void GetValue(
IEvaluationContext ,
System.int ,
System.int column,
System.int ,
System.int column2,
CellValue[]
)
パラメータ
- context
- 評価コンテキストを示すEvaluationContextオブジェクト。
- row
- 2次元行列の一番上の行インデックスを示す整数値。
- column
- 2次元行列の左端の列インデックスを示す整数値。
- row2
- 2次元行列の一番下の行インデックスを示す整数値。
- column2
- 2次元行列の右端の列インデックスを示す整数値。
- result
- 指定した範囲にある値を表すCellValue配列。
参照